Html Css Color HEX #AF29BA Dark Orchid

📋 copy color: '#AF29BA'

red 175 ◦ green 41 ◦ blue 186

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

Shades of Dark Orchid #AF29BA

Tints of Dark Orchid #AF29BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.27%

R = 43.53%
G = 10.2%
B = 46.27%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF29BA (or 0xAF29BA) is known color: Dark Orchid. HEX triplet: AF, 29 and BA. RGB value is (175,41,186). Sum of RGB (Red+Green+Blue) = 175+41+186=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 41 (16.41% from 255 or 10.20% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF29BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF29BA is #50D645. Grayscale: #616161. Windows color (decimal): -5297734 or 12200367. OLE color: 12200367.

HSL color Cylindrical-coordinate representation of color #AF29BA: hue angle of 295.45º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF29BA is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 41 186 -
CMYK 0.06 0.78 0 0.27
HSL 295.45º 0.64% 0.45% -
HSV(B) 295.45º 0.78% 0.73% -
XYZ 27.34 14.25 47.76 -
YUV 97.6 177.89 183.21 -
System Red Green Blue C M Y K H S L
Decimal 175 41 186 0.06 0.78 0 0.27 295.45 0.64 0.45
Hex AF 29 BA 6 4E 0 1B 127 40 2D
Octal 257 51 272 6 116 0 33 447 100 55
Binary 10101111 101001 10111010 110 1001110 0 11011 100100111 1000000 101101

Color Harmonies of #AF29BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF29BA

Black with #AF29BA

Text Example


Text Example

White with #AF29BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF29BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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