Html Css Color HEX #AF25B9 Dark Orchid

📋 copy color: '#AF25B9'

red 175 ◦ green 37 ◦ blue 185

#AF25B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #AF25B9

Tints of Dark Orchid #AF25B9

RGB

 RED value IS 175 (68.75% from 255) = 44.08%

 GREEN value IS 37 (14.84% from 255) = 9.32%

 BLUE value IS 185 (72.66% from 255) = 46.6%

R = 44.08%
G = 9.32%
B = 46.6%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF25B9 (or 0xAF25B9) is known color: Dark Orchid. HEX triplet: AF, 25 and B9. RGB value is (175,37,185). Sum of RGB (Red+Green+Blue) = 175+37+185=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 37 (14.84% from 255 or 9.32% from 397); Blue value is 185 (72.66% from 255 or 46.60% from 397); Max value from RGB is 185 - color contains mainly: blue. Hex color #AF25B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF25B9 is #50DA46. Grayscale: #5E5E5E. Windows color (decimal): -5298759 or 12133807. OLE color: 12133807.

HSL color Cylindrical-coordinate representation of color #AF25B9: hue angle of 295.95º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF25B9 is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 37 185 -
CMYK 0.05 0.80 0 0.27
HSL 295.95º 0.67% 0.44% -
HSV(B) 295.95º 0.8% 0.73% -
XYZ 27.1 13.94 47.16 -
YUV 95.13 178.72 184.97 -
System Red Green Blue C M Y K H S L
Decimal 175 37 185 0.05 0.80 0 0.27 295.95 0.67 0.44
Hex AF 25 B9 5 50 0 1B 128 43 2C
Octal 257 45 271 5 120 0 33 450 103 54
Binary 10101111 100101 10111001 101 1010000 0 11011 100101000 1000011 101100

Color Harmonies of #AF25B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF25B9

Black with #AF25B9

Text Example


Text Example

White with #AF25B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF25B9; }

 p { color: rgb(175,37,185); }

 H1.HeaderClassName
 {
   color: #AF25B9;
 }
 .AnyTagClassName
 {
   color: #AF25B9;
 }
</style>

background-color css

<style>
 a { background-color: #AF25B9; }

 a { background-color: rgb(175,37,185); }

 div.DivClassName
 {
   background-color: #AF25B9;
 }
 .BgClassName
 {
   background-color: #AF25B9;
 }
</style>

border-color css

<style>
 span { border-color: #AF25B9; }

 span { border-color: rgb(175,37,185); }

 td.TdClassName
 {
   border-color: #AF25B9;
 }
 .TagClassName
 {
   border-color: #AF25B9;
 }
</style>