Html Css Color HEX #AF29BC Dark Orchid

📋 copy color: '#AF29BC'

red 175 ◦ green 41 ◦ blue 188

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

Shades of Dark Orchid #AF29BC

Tints of Dark Orchid #AF29BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.53%

R = 43.32%
G = 10.15%
B = 46.53%

CMYK

 C value IS 0.07

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF29BC (or 0xAF29BC) is known color: Dark Orchid. HEX triplet: AF, 29 and BC. RGB value is (175,41,188). Sum of RGB (Red+Green+Blue) = 175+41+188=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF29BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF29BC is #50D643. Grayscale: #616161. Windows color (decimal): -5297732 or 12331439. OLE color: 12331439.

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

Color convert

RGB 175 41 188 -
CMYK 0.07 0.78 0 0.26
HSL 294.69º 0.64% 0.45% -
HSV(B) 294.69º 0.78% 0.74% -
XYZ 27.55 14.33 48.89 -
YUV 97.82 178.89 183.05 -
System Red Green Blue C M Y K H S L
Decimal 175 41 188 0.07 0.78 0 0.26 294.69 0.64 0.45
Hex AF 29 BC 7 4E 0 1A 127 40 2D
Octal 257 51 274 7 116 0 32 447 100 55
Binary 10101111 101001 10111100 111 1001110 0 11010 100100111 1000000 101101

Color Harmonies of #AF29BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF29BC

Black with #AF29BC

Text Example


Text Example

White with #AF29BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF29BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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