Html Css Color HEX #AF29DD Dark Orchid

📋 copy color: '#AF29DD'

red 175 ◦ green 41 ◦ blue 221

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

Shades of Dark Orchid #AF29DD

Tints of Dark Orchid #AF29DD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.38%

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

R = 40.05%
G = 9.38%
B = 50.57%

CMYK

 C value IS 0.21

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF29DD (or 0xAF29DD) is known color: Dark Orchid. HEX triplet: AF, 29 and DD. RGB value is (175,41,221). Sum of RGB (Red+Green+Blue) = 175+41+221=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 41 (16.41% from 255 or 9.38% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF29DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF29DD is #50D622. Grayscale: #656565. Windows color (decimal): -5297699 or 14494127. OLE color: 14494127.

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

Color convert

RGB 175 41 221 -
CMYK 0.21 0.81 0 0.13
HSL 284.67º 0.73% 0.51% -
HSV(B) 284.67º 0.81% 0.87% -
XYZ 31.52 15.92 69.82 -
YUV 101.59 195.39 180.36 -
System Red Green Blue C M Y K H S L
Decimal 175 41 221 0.21 0.81 0 0.13 284.67 0.73 0.51
Hex AF 29 DD 15 51 0 D 11D 49 33
Octal 257 51 335 25 121 0 15 435 111 63
Binary 10101111 101001 11011101 10101 1010001 0 1101 100011101 1001001 110011

Color Harmonies of #AF29DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF29DD

Black with #AF29DD

Text Example


Text Example

White with #AF29DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF29DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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