Html Css Color HEX #AF29BE Dark Orchid

📋 copy color: '#AF29BE'

red 175 ◦ green 41 ◦ blue 190

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

Shades of Dark Orchid #AF29BE

Tints of Dark Orchid #AF29BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.8%

R = 43.1%
G = 10.1%
B = 46.8%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF29BE (or 0xAF29BE) is known color: Dark Orchid. HEX triplet: AF, 29 and BE. RGB value is (175,41,190). Sum of RGB (Red+Green+Blue) = 175+41+190=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF29BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF29BE is #50D641. Grayscale: #616161. Windows color (decimal): -5297730 or 12462511. OLE color: 12462511.

HSL color Cylindrical-coordinate representation of color #AF29BE: hue angle of 293.96º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF29BE is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 41 190 -
CMYK 0.08 0.78 0 0.25
HSL 293.96º 0.65% 0.45% -
HSV(B) 293.96º 0.78% 0.75% -
XYZ 27.77 14.42 50.03 -
YUV 98.05 179.89 182.88 -
System Red Green Blue C M Y K H S L
Decimal 175 41 190 0.08 0.78 0 0.25 293.96 0.65 0.45
Hex AF 29 BE 8 4E 0 19 126 41 2D
Octal 257 51 276 10 116 0 31 446 101 55
Binary 10101111 101001 10111110 1000 1001110 0 11001 100100110 1000001 101101

Color Harmonies of #AF29BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF29BE

Black with #AF29BE

Text Example


Text Example

White with #AF29BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF29BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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