Html Css Color HEX #AF2CE5 Dark Orchid

📋 copy color: '#AF2CE5'

red 175 ◦ green 44 ◦ blue 229

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

Shades of Dark Orchid #AF2CE5

Tints of Dark Orchid #AF2CE5

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.82%

 BLUE value IS 229 (89.84% from 255) = 51.12%

R = 39.06%
G = 9.82%
B = 51.12%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AF2CE5 (or 0xAF2CE5) is known color: Dark Orchid. HEX triplet: AF, 2C and E5. RGB value is (175,44,229). Sum of RGB (Red+Green+Blue) = 175+44+229=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 44 (17.58% from 255 or 9.82% from 448); Blue value is 229 (89.84% from 255 or 51.12% from 448); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF2CE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF2CE5 is #50D31A. Grayscale: #676767. Windows color (decimal): -5296923 or 15019183. OLE color: 15019183.

HSL color Cylindrical-coordinate representation of color #AF2CE5: hue angle of 282.49º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF2CE5 is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 44 229 -
CMYK 0.24 0.81 0 0.10
HSL 282.49º 0.78% 0.54% -
HSV(B) 282.49º 0.81% 0.9% -
XYZ 32.72 16.57 75.6 -
YUV 104.26 198.4 178.46 -
System Red Green Blue C M Y K H S L
Decimal 175 44 229 0.24 0.81 0 0.10 282.49 0.78 0.54
Hex AF 2C E5 18 51 0 A 11A 4E 36
Octal 257 54 345 30 121 0 12 432 116 66
Binary 10101111 101100 11100101 11000 1010001 0 1010 100011010 1001110 110110

Color Harmonies of #AF2CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2CE5

Black with #AF2CE5

Text Example


Text Example

White with #AF2CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2CE5; }

 p { color: rgb(175,44,229); }

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

background-color css

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

 a { background-color: rgb(175,44,229); }

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

border-color css

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

 span { border-color: rgb(175,44,229); }

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