Html Css Color HEX #AF2BE0 Dark Orchid

📋 copy color: '#AF2BE0'

red 175 ◦ green 43 ◦ blue 224

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

Shades of Dark Orchid #AF2BE0

Tints of Dark Orchid #AF2BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 50.68%

R = 39.59%
G = 9.73%
B = 50.68%

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

#AF2BE0 (or 0xAF2BE0) is known color: Dark Orchid. HEX triplet: AF, 2B and E0. RGB value is (175,43,224). Sum of RGB (Red+Green+Blue) = 175+43+224=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 43 (17.19% from 255 or 9.73% from 442); Blue value is 224 (87.89% from 255 or 50.68% from 442); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF2BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2BE0 is #50D41F. Grayscale: #666666. Windows color (decimal): -5297184 or 14691247. OLE color: 14691247.

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

Color convert

RGB 175 43 224 -
CMYK 0.22 0.81 0 0.12
HSL 283.76º 0.74% 0.52% -
HSV(B) 283.76º 0.81% 0.88% -
XYZ 32 16.22 71.97 -
YUV 103.1 196.23 179.28 -
System Red Green Blue C M Y K H S L
Decimal 175 43 224 0.22 0.81 0 0.12 283.76 0.74 0.52
Hex AF 2B E0 16 51 0 C 11C 4A 34
Octal 257 53 340 26 121 0 14 434 112 64
Binary 10101111 101011 11100000 10110 1010001 0 1100 100011100 1001010 110100

Color Harmonies of #AF2BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2BE0

Black with #AF2BE0

Text Example


Text Example

White with #AF2BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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