Html Css Color HEX #AF2BE1 Dark Orchid

📋 copy color: '#AF2BE1'

red 175 ◦ green 43 ◦ blue 225

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

Shades of Dark Orchid #AF2BE1

Tints of Dark Orchid #AF2BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 50.79%

R = 39.5%
G = 9.71%
B = 50.79%

CMYK

 C value IS 0.22

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF2BE1 (or 0xAF2BE1) is known color: Dark Orchid. HEX triplet: AF, 2B and E1. RGB value is (175,43,225). Sum of RGB (Red+Green+Blue) = 175+43+225=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 43 (17.19% from 255 or 9.71% from 443); Blue value is 225 (88.28% from 255 or 50.79% from 443); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF2BE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2BE1 is #50D41E. Grayscale: #666666. Windows color (decimal): -5297183 or 14756783. OLE color: 14756783.

HSL color Cylindrical-coordinate representation of color #AF2BE1: hue angle of 283.52º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF2BE1 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 43 225 -
CMYK 0.22 0.81 0 0.12
HSL 283.52º 0.75% 0.53% -
HSV(B) 283.52º 0.81% 0.88% -
XYZ 32.13 16.28 72.68 -
YUV 103.22 196.73 179.2 -
System Red Green Blue C M Y K H S L
Decimal 175 43 225 0.22 0.81 0 0.12 283.52 0.75 0.53
Hex AF 2B E1 16 51 0 C 11C 4B 35
Octal 257 53 341 26 121 0 14 434 113 65
Binary 10101111 101011 11100001 10110 1010001 0 1100 100011100 1001011 110101

Color Harmonies of #AF2BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2BE1

Black with #AF2BE1

Text Example


Text Example

White with #AF2BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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