Html Css Color HEX #AF31DD Dark Orchid

📋 copy color: '#AF31DD'

red 175 ◦ green 49 ◦ blue 221

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

Shades of Dark Orchid #AF31DD

Tints of Dark Orchid #AF31DD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.01%

 BLUE value IS 221 (86.72% from 255) = 49.66%

R = 39.33%
G = 11.01%
B = 49.66%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF31DD (or 0xAF31DD) is known color: Dark Orchid. HEX triplet: AF, 31 and DD. RGB value is (175,49,221). Sum of RGB (Red+Green+Blue) = 175+49+221=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 49 (19.53% from 255 or 11.01% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF31DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF31DD is #50CE22. Grayscale: #696969. Windows color (decimal): -5295651 or 14496175. OLE color: 14496175.

HSL color Cylindrical-coordinate representation of color #AF31DD: hue angle of 283.95º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF31DD is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 49 221 -
CMYK 0.21 0.78 0 0.13
HSL 283.95º 0.72% 0.53% -
HSV(B) 283.95º 0.78% 0.87% -
XYZ 31.83 16.53 69.92 -
YUV 106.28 192.74 177.01 -
System Red Green Blue C M Y K H S L
Decimal 175 49 221 0.21 0.78 0 0.13 283.95 0.72 0.53
Hex AF 31 DD 15 4E 0 D 11C 48 35
Octal 257 61 335 25 116 0 15 434 110 65
Binary 10101111 110001 11011101 10101 1001110 0 1101 100011100 1001000 110101

Color Harmonies of #AF31DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF31DD

Black with #AF31DD

Text Example


Text Example

White with #AF31DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF31DD; }

 p { color: rgb(175,49,221); }

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

background-color css

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

 a { background-color: rgb(175,49,221); }

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

border-color css

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

 span { border-color: rgb(175,49,221); }

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