Html Css Color HEX #AF29EA Dark Orchid

📋 copy color: '#AF29EA'

red 175 ◦ green 41 ◦ blue 234

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

Shades of Dark Orchid #AF29EA

Tints of Dark Orchid #AF29EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52%

R = 38.89%
G = 9.11%
B = 52%

CMYK

 C value IS 0.25

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF29EA (or 0xAF29EA) is known color: Dark Orchid. HEX triplet: AF, 29 and EA. RGB value is (175,41,234). Sum of RGB (Red+Green+Blue) = 175+41+234=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 41 (16.41% from 255 or 9.11% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF29EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF29EA is #50D615. Grayscale: #666666. Windows color (decimal): -5297686 or 15346095. OLE color: 15346095.

HSL color Cylindrical-coordinate representation of color #AF29EA: hue angle of 281.66º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF29EA is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 41 234 -
CMYK 0.25 0.82 0 0.08
HSL 281.66º 0.82% 0.54% -
HSV(B) 281.66º 0.82% 0.92% -
XYZ 33.32 16.64 79.3 -
YUV 103.07 201.89 179.31 -
System Red Green Blue C M Y K H S L
Decimal 175 41 234 0.25 0.82 0 0.08 281.66 0.82 0.54
Hex AF 29 EA 19 52 0 8 11A 52 36
Octal 257 51 352 31 122 0 10 432 122 66
Binary 10101111 101001 11101010 11001 1010010 0 1000 100011010 1010010 110110

Color Harmonies of #AF29EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF29EA

Black with #AF29EA

Text Example


Text Example

White with #AF29EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF29EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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