Html Css Color HEX #AF2BB9 Dark Orchid

📋 copy color: '#AF2BB9'

red 175 ◦ green 43 ◦ blue 185

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

Shades of Dark Orchid #AF2BB9

Tints of Dark Orchid #AF2BB9

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.67%

 BLUE value IS 185 (72.66% from 255) = 45.91%

R = 43.42%
G = 10.67%
B = 45.91%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF2BB9 (or 0xAF2BB9) is known color: Dark Orchid. HEX triplet: AF, 2B and B9. RGB value is (175,43,185). Sum of RGB (Red+Green+Blue) = 175+43+185=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 43 (17.19% from 255 or 10.67% from 403); Blue value is 185 (72.66% from 255 or 45.91% from 403); Max value from RGB is 185 - color contains mainly: blue. Hex color #AF2BB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2BB9 is #50D446. Grayscale: #626262. Windows color (decimal): -5297223 or 12135343. OLE color: 12135343.

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

Color convert

RGB 175 43 185 -
CMYK 0.05 0.77 0 0.27
HSL 295.77º 0.62% 0.45% -
HSV(B) 295.77º 0.77% 0.73% -
XYZ 27.3 14.34 47.23 -
YUV 98.66 176.73 182.45 -
System Red Green Blue C M Y K H S L
Decimal 175 43 185 0.05 0.77 0 0.27 295.77 0.62 0.45
Hex AF 2B B9 5 4D 0 1B 128 3E 2D
Octal 257 53 271 5 115 0 33 450 76 55
Binary 10101111 101011 10111001 101 1001101 0 11011 100101000 111110 101101

Color Harmonies of #AF2BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2BB9

Black with #AF2BB9

Text Example


Text Example

White with #AF2BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2BB9; }

 p { color: rgb(175,43,185); }

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

background-color css

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

 a { background-color: rgb(175,43,185); }

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

border-color css

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

 span { border-color: rgb(175,43,185); }

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