Html Css Color HEX #AF29C6 Dark Orchid

📋 copy color: '#AF29C6'

red 175 ◦ green 41 ◦ blue 198

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

Shades of Dark Orchid #AF29C6

Tints of Dark Orchid #AF29C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 47.83%

R = 42.27%
G = 9.9%
B = 47.83%

CMYK

 C value IS 0.12

 M value IS 0.79

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF29C6 (or 0xAF29C6) is known color: Dark Orchid. HEX triplet: AF, 29 and C6. RGB value is (175,41,198). Sum of RGB (Red+Green+Blue) = 175+41+198=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 198 (77.73% from 255 or 47.83% from 414); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF29C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF29C6 is #50D639. Grayscale: #626262. Windows color (decimal): -5297722 or 12986799. OLE color: 12986799.

HSL color Cylindrical-coordinate representation of color #AF29C6: hue angle of 291.21º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF29C6 is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 41 198 -
CMYK 0.12 0.79 0 0.22
HSL 291.21º 0.66% 0.47% -
HSV(B) 291.21º 0.79% 0.78% -
XYZ 28.67 14.78 54.77 -
YUV 98.96 183.89 182.23 -
System Red Green Blue C M Y K H S L
Decimal 175 41 198 0.12 0.79 0 0.22 291.21 0.66 0.47
Hex AF 29 C6 C 4F 0 16 123 42 2F
Octal 257 51 306 14 117 0 26 443 102 57
Binary 10101111 101001 11000110 1100 1001111 0 10110 100100011 1000010 101111

Color Harmonies of #AF29C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF29C6

Black with #AF29C6

Text Example


Text Example

White with #AF29C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF29C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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