Html Css Color HEX #AF18C6 Dark Orchid

📋 copy color: '#AF18C6'

red 175 ◦ green 24 ◦ blue 198

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

Shades of Dark Orchid #AF18C6

Tints of Dark Orchid #AF18C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 49.87%

R = 44.08%
G = 6.05%
B = 49.87%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF18C6 (or 0xAF18C6) is known color: Dark Orchid. HEX triplet: AF, 18 and C6. RGB value is (175,24,198). Sum of RGB (Red+Green+Blue) = 175+24+198=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 24 (9.77% from 255 or 6.05% from 397); Blue value is 198 (77.73% from 255 or 49.87% from 397); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF18C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF18C6 is #50E739. Grayscale: #585858. Windows color (decimal): -5302074 or 12982447. OLE color: 12982447.

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

Color convert

RGB 175 24 198 -
CMYK 0.12 0.88 0 0.22
HSL 292.07º 0.78% 0.44% -
HSV(B) 292.07º 0.88% 0.78% -
XYZ 28.2 13.84 54.61 -
YUV 88.99 189.53 189.35 -
System Red Green Blue C M Y K H S L
Decimal 175 24 198 0.12 0.88 0 0.22 292.07 0.78 0.44
Hex AF 18 C6 C 58 0 16 124 4E 2C
Octal 257 30 306 14 130 0 26 444 116 54
Binary 10101111 11000 11000110 1100 1011000 0 10110 100100100 1001110 101100

Color Harmonies of #AF18C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF18C6

Black with #AF18C6

Text Example


Text Example

White with #AF18C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF18C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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