Html Css Color HEX #AF29BB Dark Orchid

📋 copy color: '#AF29BB'

red 175 ◦ green 41 ◦ blue 187

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

Shades of Dark Orchid #AF29BB

Tints of Dark Orchid #AF29BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.4%

R = 43.42%
G = 10.17%
B = 46.4%

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

#AF29BB (or 0xAF29BB) is known color: Dark Orchid. HEX triplet: AF, 29 and BB. RGB value is (175,41,187). Sum of RGB (Red+Green+Blue) = 175+41+187=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF29BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF29BB is #50D644. Grayscale: #616161. Windows color (decimal): -5297733 or 12265903. OLE color: 12265903.

HSL color Cylindrical-coordinate representation of color #AF29BB: hue angle of 295.07º 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 #AF29BB is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 41 187 -
CMYK 0.06 0.78 0 0.27
HSL 295.07º 0.64% 0.45% -
HSV(B) 295.07º 0.78% 0.73% -
XYZ 27.44 14.29 48.33 -
YUV 97.71 178.39 183.13 -
System Red Green Blue C M Y K H S L
Decimal 175 41 187 0.06 0.78 0 0.27 295.07 0.64 0.45
Hex AF 29 BB 6 4E 0 1B 127 40 2D
Octal 257 51 273 6 116 0 33 447 100 55
Binary 10101111 101001 10111011 110 1001110 0 11011 100100111 1000000 101101

Color Harmonies of #AF29BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF29BB

Black with #AF29BB

Text Example


Text Example

White with #AF29BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF29BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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