Html Css Color HEX #AF31EA Dark Orchid

📋 copy color: '#AF31EA'

red 175 ◦ green 49 ◦ blue 234

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

Shades of Dark Orchid #AF31EA

Tints of Dark Orchid #AF31EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.09%

R = 38.21%
G = 10.7%
B = 51.09%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AF31EA (or 0xAF31EA) is known color: Dark Orchid. HEX triplet: AF, 31 and EA. RGB value is (175,49,234). Sum of RGB (Red+Green+Blue) = 175+49+234=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 49 (19.53% from 255 or 10.70% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF31EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF31EA is #50CE15. Grayscale: #6B6B6B. Windows color (decimal): -5295638 or 15348143. OLE color: 15348143.

HSL color Cylindrical-coordinate representation of color #AF31EA: hue angle of 280.86º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF31EA is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 49 234 -
CMYK 0.25 0.79 0 0.08
HSL 280.86º 0.81% 0.55% -
HSV(B) 280.86º 0.79% 0.92% -
XYZ 33.63 17.25 79.4 -
YUV 107.76 199.24 175.96 -
System Red Green Blue C M Y K H S L
Decimal 175 49 234 0.25 0.79 0 0.08 280.86 0.81 0.55
Hex AF 31 EA 19 4F 0 8 119 51 37
Octal 257 61 352 31 117 0 10 431 121 67
Binary 10101111 110001 11101010 11001 1001111 0 1000 100011001 1010001 110111

Color Harmonies of #AF31EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF31EA

Black with #AF31EA

Text Example


Text Example

White with #AF31EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF31EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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