Html Css Color HEX #AF1DCC Dark Orchid

📋 copy color: '#AF1DCC'

red 175 ◦ green 29 ◦ blue 204

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

Shades of Dark Orchid #AF1DCC

Tints of Dark Orchid #AF1DCC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.11%

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

R = 42.89%
G = 7.11%
B = 50%

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

#AF1DCC (or 0xAF1DCC) is known color: Dark Orchid. HEX triplet: AF, 1D and CC. RGB value is (175,29,204). Sum of RGB (Red+Green+Blue) = 175+29+204=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 29 (11.72% from 255 or 7.11% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF1DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1DCC is #50E233. Grayscale: #5C5C5C. Windows color (decimal): -5300788 or 13376943. OLE color: 13376943.

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

Color convert

RGB 175 29 204 -
CMYK 0.14 0.86 0 0.2
HSL 290.06º 0.75% 0.46% -
HSV(B) 290.06º 0.86% 0.8% -
XYZ 29.02 14.35 58.37 -
YUV 92.6 190.87 186.77 -
System Red Green Blue C M Y K H S L
Decimal 175 29 204 0.14 0.86 0 0.2 290.06 0.75 0.46
Hex AF 1D CC E 56 0 14 122 4B 2E
Octal 257 35 314 16 126 0 24 442 113 56
Binary 10101111 11101 11001100 1110 1010110 0 10100 100100010 1001011 101110

Color Harmonies of #AF1DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1DCC

Black with #AF1DCC

Text Example


Text Example

White with #AF1DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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