Html Css Color HEX #AF1DD9 Dark Orchid

📋 copy color: '#AF1DD9'

red 175 ◦ green 29 ◦ blue 217

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

Shades of Dark Orchid #AF1DD9

Tints of Dark Orchid #AF1DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 51.54%

R = 41.57%
G = 6.89%
B = 51.54%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF1DD9 (or 0xAF1DD9) is known color: Dark Orchid. HEX triplet: AF, 1D and D9. RGB value is (175,29,217). Sum of RGB (Red+Green+Blue) = 175+29+217=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 29 (11.72% from 255 or 6.89% from 421); Blue value is 217 (85.16% from 255 or 51.54% from 421); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF1DD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1DD9 is #50E226. Grayscale: #5D5D5D. Windows color (decimal): -5300775 or 14228911. OLE color: 14228911.

HSL color Cylindrical-coordinate representation of color #AF1DD9: hue angle of 286.6º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1DD9 is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 29 217 -
CMYK 0.19 0.87 0 0.15
HSL 286.6º 0.76% 0.48% -
HSV(B) 286.6º 0.87% 0.85% -
XYZ 30.64 15 66.93 -
YUV 94.09 197.37 185.71 -
System Red Green Blue C M Y K H S L
Decimal 175 29 217 0.19 0.87 0 0.15 286.6 0.76 0.48
Hex AF 1D D9 13 57 0 F 11F 4C 30
Octal 257 35 331 23 127 0 17 437 114 60
Binary 10101111 11101 11011001 10011 1010111 0 1111 100011111 1001100 110000

Color Harmonies of #AF1DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1DD9

Black with #AF1DD9

Text Example


Text Example

White with #AF1DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1DD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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