Html Css Color HEX #AF31BE Dark Orchid

📋 copy color: '#AF31BE'

red 175 ◦ green 49 ◦ blue 190

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

Shades of Dark Orchid #AF31BE

Tints of Dark Orchid #AF31BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.89%

R = 42.27%
G = 11.84%
B = 45.89%

CMYK

 C value IS 0.08

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF31BE (or 0xAF31BE) is known color: Dark Orchid. HEX triplet: AF, 31 and BE. RGB value is (175,49,190). Sum of RGB (Red+Green+Blue) = 175+49+190=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 49 (19.53% from 255 or 11.84% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF31BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF31BE is #50CE41. Grayscale: #666666. Windows color (decimal): -5295682 or 12464559. OLE color: 12464559.

HSL color Cylindrical-coordinate representation of color #AF31BE: hue angle of 293.62º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF31BE is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 49 190 -
CMYK 0.08 0.74 0 0.25
HSL 293.62º 0.59% 0.47% -
HSV(B) 293.62º 0.74% 0.75% -
XYZ 28.07 15.03 50.14 -
YUV 102.75 177.24 179.54 -
System Red Green Blue C M Y K H S L
Decimal 175 49 190 0.08 0.74 0 0.25 293.62 0.59 0.47
Hex AF 31 BE 8 4A 0 19 126 3B 2F
Octal 257 61 276 10 112 0 31 446 73 57
Binary 10101111 110001 10111110 1000 1001010 0 11001 100100110 111011 101111

Color Harmonies of #AF31BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF31BE

Black with #AF31BE

Text Example


Text Example

White with #AF31BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF31BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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