Html Css Color HEX #AF31EF Dark Orchid

📋 copy color: '#AF31EF'

red 175 ◦ green 49 ◦ blue 239

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

Shades of Dark Orchid #AF31EF

Tints of Dark Orchid #AF31EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 51.62%

R = 37.8%
G = 10.58%
B = 51.62%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AF31EF (or 0xAF31EF) is known color: Dark Orchid. HEX triplet: AF, 31 and EF. RGB value is (175,49,239). Sum of RGB (Red+Green+Blue) = 175+49+239=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 49 (19.53% from 255 or 10.58% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF31EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF31EF is #50CE10. Grayscale: #6B6B6B. Windows color (decimal): -5295633 or 15675823. OLE color: 15675823.

HSL color Cylindrical-coordinate representation of color #AF31EF: hue angle of 279.79º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AF31EF is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 49 239 -
CMYK 0.27 0.79 0 0.06
HSL 279.79º 0.86% 0.56% -
HSV(B) 279.79º 0.79% 0.94% -
XYZ 34.36 17.54 83.24 -
YUV 108.33 201.74 175.55 -
System Red Green Blue C M Y K H S L
Decimal 175 49 239 0.27 0.79 0 0.06 279.79 0.86 0.56
Hex AF 31 EF 1B 4F 0 6 118 56 38
Octal 257 61 357 33 117 0 6 430 126 70
Binary 10101111 110001 11101111 11011 1001111 0 110 100011000 1010110 111000

Color Harmonies of #AF31EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF31EF

Black with #AF31EF

Text Example


Text Example

White with #AF31EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF31EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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