Html Css Color HEX #AF1CCC Dark Orchid

📋 copy color: '#AF1CCC'

red 175 ◦ green 28 ◦ blue 204

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

Shades of Dark Orchid #AF1CCC

Tints of Dark Orchid #AF1CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.12%

R = 43%
G = 6.88%
B = 50.12%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF1CCC (or 0xAF1CCC) is known color: Dark Orchid. HEX triplet: AF, 1C and CC. RGB value is (175,28,204). Sum of RGB (Red+Green+Blue) = 175+28+204=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 28 (11.33% from 255 or 6.88% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF1CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1CCC is #50E333. Grayscale: #5B5B5B. Windows color (decimal): -5301044 or 13376687. OLE color: 13376687.

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

Color convert

RGB 175 28 204 -
CMYK 0.14 0.86 0 0.2
HSL 290.11º 0.76% 0.45% -
HSV(B) 290.11º 0.86% 0.8% -
XYZ 28.99 14.3 58.36 -
YUV 92.02 191.2 187.19 -
System Red Green Blue C M Y K H S L
Decimal 175 28 204 0.14 0.86 0 0.2 290.11 0.76 0.45
Hex AF 1C CC E 56 0 14 122 4C 2D
Octal 257 34 314 16 126 0 24 442 114 55
Binary 10101111 11100 11001100 1110 1010110 0 10100 100100010 1001100 101101

Color Harmonies of #AF1CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1CCC

Black with #AF1CCC

Text Example


Text Example

White with #AF1CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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