Html Css Color HEX #AF1CC9 Dark Orchid

📋 copy color: '#AF1CC9'

red 175 ◦ green 28 ◦ blue 201

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

Shades of Dark Orchid #AF1CC9

Tints of Dark Orchid #AF1CC9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.93%

 BLUE value IS 201 (78.91% from 255) = 49.75%

R = 43.32%
G = 6.93%
B = 49.75%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF1CC9 (or 0xAF1CC9) is known color: Dark Orchid. HEX triplet: AF, 1C and C9. RGB value is (175,28,201). Sum of RGB (Red+Green+Blue) = 175+28+201=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 28 (11.33% from 255 or 6.93% from 404); Blue value is 201 (78.91% from 255 or 49.75% from 404); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF1CC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1CC9 is #50E336. Grayscale: #5B5B5B. Windows color (decimal): -5301047 or 13180079. OLE color: 13180079.

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

Color convert

RGB 175 28 201 -
CMYK 0.13 0.86 0 0.21
HSL 290.98º 0.76% 0.45% -
HSV(B) 290.98º 0.86% 0.79% -
XYZ 28.64 14.16 56.48 -
YUV 91.68 189.7 187.43 -
System Red Green Blue C M Y K H S L
Decimal 175 28 201 0.13 0.86 0 0.21 290.98 0.76 0.45
Hex AF 1C C9 D 56 0 15 123 4C 2D
Octal 257 34 311 15 126 0 25 443 114 55
Binary 10101111 11100 11001001 1101 1010110 0 10101 100100011 1001100 101101

Color Harmonies of #AF1CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1CC9

Black with #AF1CC9

Text Example


Text Example

White with #AF1CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1CC9; }

 p { color: rgb(175,28,201); }

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

background-color css

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

 a { background-color: rgb(175,28,201); }

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

border-color css

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

 span { border-color: rgb(175,28,201); }

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