Html Css Color HEX #AF29DE Dark Orchid

📋 copy color: '#AF29DE'

red 175 ◦ green 41 ◦ blue 222

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

Shades of Dark Orchid #AF29DE

Tints of Dark Orchid #AF29DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.68%

R = 39.95%
G = 9.36%
B = 50.68%

CMYK

 C value IS 0.21

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF29DE (or 0xAF29DE) is known color: Dark Orchid. HEX triplet: AF, 29 and DE. RGB value is (175,41,222). Sum of RGB (Red+Green+Blue) = 175+41+222=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 41 (16.41% from 255 or 9.36% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF29DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF29DE is #50D621. Grayscale: #656565. Windows color (decimal): -5297698 or 14559663. OLE color: 14559663.

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

Color convert

RGB 175 41 222 -
CMYK 0.21 0.82 0 0.13
HSL 284.42º 0.73% 0.52% -
HSV(B) 284.42º 0.82% 0.87% -
XYZ 31.66 15.97 70.52 -
YUV 101.7 195.89 180.28 -
System Red Green Blue C M Y K H S L
Decimal 175 41 222 0.21 0.82 0 0.13 284.42 0.73 0.52
Hex AF 29 DE 15 52 0 D 11C 49 34
Octal 257 51 336 25 122 0 15 434 111 64
Binary 10101111 101001 11011110 10101 1010010 0 1101 100011100 1001001 110100

Color Harmonies of #AF29DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF29DE

Black with #AF29DE

Text Example


Text Example

White with #AF29DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF29DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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