Html Css Color HEX #AF19BE Dark Orchid

📋 copy color: '#AF19BE'

red 175 ◦ green 25 ◦ blue 190

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

Shades of Dark Orchid #AF19BE

Tints of Dark Orchid #AF19BE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.41%

 BLUE value IS 190 (74.61% from 255) = 48.72%

R = 44.87%
G = 6.41%
B = 48.72%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF19BE (or 0xAF19BE) is known color: Dark Orchid. HEX triplet: AF, 19 and BE. RGB value is (175,25,190). Sum of RGB (Red+Green+Blue) = 175+25+190=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF19BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF19BE is #50E641. Grayscale: #585858. Windows color (decimal): -5301826 or 12458415. OLE color: 12458415.

HSL color Cylindrical-coordinate representation of color #AF19BE: hue angle of 294.55º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF19BE is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 25 190 -
CMYK 0.08 0.87 0 0.25
HSL 294.55º 0.77% 0.42% -
HSV(B) 294.55º 0.87% 0.75% -
XYZ 27.32 13.53 49.89 -
YUV 88.66 185.2 189.58 -
System Red Green Blue C M Y K H S L
Decimal 175 25 190 0.08 0.87 0 0.25 294.55 0.77 0.42
Hex AF 19 BE 8 57 0 19 127 4D 2A
Octal 257 31 276 10 127 0 31 447 115 52
Binary 10101111 11001 10111110 1000 1010111 0 11001 100100111 1001101 101010

Color Harmonies of #AF19BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF19BE

Black with #AF19BE

Text Example


Text Example

White with #AF19BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF19BE; }

 p { color: rgb(175,25,190); }

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

background-color css

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

 a { background-color: rgb(175,25,190); }

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

border-color css

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

 span { border-color: rgb(175,25,190); }

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