Html Css Color HEX #AF29E0 Dark Orchid

📋 copy color: '#AF29E0'

red 175 ◦ green 41 ◦ blue 224

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

Shades of Dark Orchid #AF29E0

Tints of Dark Orchid #AF29E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 50.91%

R = 39.77%
G = 9.32%
B = 50.91%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF29E0 (or 0xAF29E0) is known color: Dark Orchid. HEX triplet: AF, 29 and E0. RGB value is (175,41,224). Sum of RGB (Red+Green+Blue) = 175+41+224=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 41 (16.41% from 255 or 9.32% from 440); Blue value is 224 (87.89% from 255 or 50.91% from 440); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF29E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF29E0 is #50D61F. Grayscale: #656565. Windows color (decimal): -5297696 or 14690735. OLE color: 14690735.

HSL color Cylindrical-coordinate representation of color #AF29E0: hue angle of 283.93º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF29E0 is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 41 224 -
CMYK 0.22 0.82 0 0.12
HSL 283.93º 0.75% 0.52% -
HSV(B) 283.93º 0.82% 0.88% -
XYZ 31.93 16.08 71.94 -
YUV 101.93 196.89 180.12 -
System Red Green Blue C M Y K H S L
Decimal 175 41 224 0.22 0.82 0 0.12 283.93 0.75 0.52
Hex AF 29 E0 16 52 0 C 11C 4B 34
Octal 257 51 340 26 122 0 14 434 113 64
Binary 10101111 101001 11100000 10110 1010010 0 1100 100011100 1001011 110100

Color Harmonies of #AF29E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF29E0

Black with #AF29E0

Text Example


Text Example

White with #AF29E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF29E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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