Html Css Color HEX #AF18CA Dark Orchid

📋 copy color: '#AF18CA'

red 175 ◦ green 24 ◦ blue 202

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

Shades of Dark Orchid #AF18CA

Tints of Dark Orchid #AF18CA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.99%

 BLUE value IS 202 (79.3% from 255) = 50.37%

R = 43.64%
G = 5.99%
B = 50.37%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF18CA (or 0xAF18CA) is known color: Dark Orchid. HEX triplet: AF, 18 and CA. RGB value is (175,24,202). Sum of RGB (Red+Green+Blue) = 175+24+202=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 24 (9.77% from 255 or 5.99% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF18CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF18CA is #50E735. Grayscale: #585858. Windows color (decimal): -5302070 or 13244591. OLE color: 13244591.

HSL color Cylindrical-coordinate representation of color #AF18CA: hue angle of 290.9º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF18CA is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 24 202 -
CMYK 0.13 0.88 0 0.21
HSL 290.9º 0.79% 0.44% -
HSV(B) 290.9º 0.88% 0.79% -
XYZ 28.67 14.03 57.07 -
YUV 89.44 191.53 189.03 -
System Red Green Blue C M Y K H S L
Decimal 175 24 202 0.13 0.88 0 0.21 290.9 0.79 0.44
Hex AF 18 CA D 58 0 15 123 4F 2C
Octal 257 30 312 15 130 0 25 443 117 54
Binary 10101111 11000 11001010 1101 1011000 0 10101 100100011 1001111 101100

Color Harmonies of #AF18CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF18CA

Black with #AF18CA

Text Example


Text Example

White with #AF18CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF18CA; }

 p { color: rgb(175,24,202); }

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

background-color css

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

 a { background-color: rgb(175,24,202); }

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

border-color css

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

 span { border-color: rgb(175,24,202); }

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