Html Css Color HEX #AF1DD5 Dark Orchid

📋 copy color: '#AF1DD5'

red 175 ◦ green 29 ◦ blue 213

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

Shades of Dark Orchid #AF1DD5

Tints of Dark Orchid #AF1DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 51.08%

R = 41.97%
G = 6.95%
B = 51.08%

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

#AF1DD5 (or 0xAF1DD5) is known color: Dark Orchid. HEX triplet: AF, 1D and D5. RGB value is (175,29,213). Sum of RGB (Red+Green+Blue) = 175+29+213=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 29 (11.72% from 255 or 6.95% from 417); Blue value is 213 (83.59% from 255 or 51.08% from 417); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF1DD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1DD5 is #50E22A. Grayscale: #5D5D5D. Windows color (decimal): -5300779 or 13966767. OLE color: 13966767.

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

Color convert

RGB 175 29 213 -
CMYK 0.18 0.86 0 0.16
HSL 287.61º 0.76% 0.47% -
HSV(B) 287.61º 0.86% 0.84% -
XYZ 30.13 14.8 64.22 -
YUV 93.63 195.37 186.04 -
System Red Green Blue C M Y K H S L
Decimal 175 29 213 0.18 0.86 0 0.16 287.61 0.76 0.47
Hex AF 1D D5 12 56 0 10 120 4C 2F
Octal 257 35 325 22 126 0 20 440 114 57
Binary 10101111 11101 11010101 10010 1010110 0 10000 100100000 1001100 101111

Color Harmonies of #AF1DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1DD5

Black with #AF1DD5

Text Example


Text Example

White with #AF1DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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