Html Css Color HEX #AF31E5 Dark Orchid

📋 copy color: '#AF31E5'

red 175 ◦ green 49 ◦ blue 229

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

Shades of Dark Orchid #AF31E5

Tints of Dark Orchid #AF31E5

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.82%

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

R = 38.63%
G = 10.82%
B = 50.55%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AF31E5 (or 0xAF31E5) is known color: Dark Orchid. HEX triplet: AF, 31 and E5. RGB value is (175,49,229). Sum of RGB (Red+Green+Blue) = 175+49+229=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 49 (19.53% from 255 or 10.82% from 453); Blue value is 229 (89.84% from 255 or 50.55% from 453); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF31E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF31E5 is #50CE1A. Grayscale: #6A6A6A. Windows color (decimal): -5295643 or 15020463. OLE color: 15020463.

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

Color convert

RGB 175 49 229 -
CMYK 0.24 0.79 0 0.10
HSL 282º 0.78% 0.55% -
HSV(B) 282º 0.79% 0.9% -
XYZ 32.92 16.97 75.67 -
YUV 107.19 196.74 176.36 -
System Red Green Blue C M Y K H S L
Decimal 175 49 229 0.24 0.79 0 0.10 282 0.78 0.55
Hex AF 31 E5 18 4F 0 A 11A 4E 37
Octal 257 61 345 30 117 0 12 432 116 67
Binary 10101111 110001 11100101 11000 1001111 0 1010 100011010 1001110 110111

Color Harmonies of #AF31E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF31E5

Black with #AF31E5

Text Example


Text Example

White with #AF31E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF31E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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