Html Css Color HEX #AF29DF Dark Orchid

📋 copy color: '#AF29DF'

red 175 ◦ green 41 ◦ blue 223

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

Shades of Dark Orchid #AF29DF

Tints of Dark Orchid #AF29DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.8%

R = 39.86%
G = 9.34%
B = 50.8%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF29DF (or 0xAF29DF) is known color: Dark Orchid. HEX triplet: AF, 29 and DF. RGB value is (175,41,223). Sum of RGB (Red+Green+Blue) = 175+41+223=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF29DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF29DF is #50D620. Grayscale: #656565. Windows color (decimal): -5297697 or 14625199. OLE color: 14625199.

HSL color Cylindrical-coordinate representation of color #AF29DF: hue angle of 284.18º degrees, saturation: 0.74, 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 #AF29DF is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 41 223 -
CMYK 0.22 0.82 0 0.13
HSL 284.18º 0.74% 0.52% -
HSV(B) 284.18º 0.82% 0.87% -
XYZ 31.79 16.03 71.23 -
YUV 101.81 196.39 180.2 -
System Red Green Blue C M Y K H S L
Decimal 175 41 223 0.22 0.82 0 0.13 284.18 0.74 0.52
Hex AF 29 DF 16 52 0 D 11C 4A 34
Octal 257 51 337 26 122 0 15 434 112 64
Binary 10101111 101001 11011111 10110 1010010 0 1101 100011100 1001010 110100

Color Harmonies of #AF29DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF29DF

Black with #AF29DF

Text Example


Text Example

White with #AF29DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF29DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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