Html Css Color HEX #AF1DD6 Dark Orchid

📋 copy color: '#AF1DD6'

red 175 ◦ green 29 ◦ blue 214

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

Shades of Dark Orchid #AF1DD6

Tints of Dark Orchid #AF1DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 51.2%

R = 41.87%
G = 6.94%
B = 51.2%

CMYK

 C value IS 0.18

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF1DD6 (or 0xAF1DD6) is known color: Dark Orchid. HEX triplet: AF, 1D and D6. RGB value is (175,29,214). Sum of RGB (Red+Green+Blue) = 175+29+214=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 29 (11.72% from 255 or 6.94% from 418); Blue value is 214 (83.98% from 255 or 51.20% from 418); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF1DD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1DD6 is #50E229. Grayscale: #5D5D5D. Windows color (decimal): -5300778 or 14032303. OLE color: 14032303.

HSL color Cylindrical-coordinate representation of color #AF1DD6: hue angle of 287.35º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1DD6 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 29 214 -
CMYK 0.18 0.86 0 0.16
HSL 287.35º 0.76% 0.48% -
HSV(B) 287.35º 0.86% 0.84% -
XYZ 30.26 14.85 64.89 -
YUV 93.74 195.87 185.96 -
System Red Green Blue C M Y K H S L
Decimal 175 29 214 0.18 0.86 0 0.16 287.35 0.76 0.48
Hex AF 1D D6 12 56 0 10 11F 4C 30
Octal 257 35 326 22 126 0 20 437 114 60
Binary 10101111 11101 11010110 10010 1010110 0 10000 100011111 1001100 110000

Color Harmonies of #AF1DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1DD6

Black with #AF1DD6

Text Example


Text Example

White with #AF1DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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