Html Css Color HEX #A82FE3 Dark Orchid

📋 copy color: '#A82FE3'

red 168 ◦ green 47 ◦ blue 227

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

Shades of Dark Orchid #A82FE3

Tints of Dark Orchid #A82FE3

RGB

 RED value IS 168 (66.02% from 255) = 38.01%

 GREEN value IS 47 (18.75% from 255) = 10.63%

 BLUE value IS 227 (89.06% from 255) = 51.36%

R = 38.01%
G = 10.63%
B = 51.36%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A82FE3 (or 0xA82FE3) is known color: Dark Orchid. HEX triplet: A8, 2F and E3. RGB value is (168,47,227). Sum of RGB (Red+Green+Blue) = 168+47+227=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 47 (18.75% from 255 or 10.63% from 442); Blue value is 227 (89.06% from 255 or 51.36% from 442); Max value from RGB is 227 - color contains mainly: blue. Hex color #A82FE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82FE3 is #57D01C. Grayscale: #676767. Windows color (decimal): -5754909 or 14888872. OLE color: 14888872.

HSL color Cylindrical-coordinate representation of color #A82FE3: hue angle of 280.33º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A82FE3 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 168 47 227 -
CMYK 0.26 0.79 0 0.11
HSL 280.33º 0.76% 0.54% -
HSV(B) 280.33º 0.79% 0.89% -
XYZ 31.03 15.9 74.11 -
YUV 103.7 197.59 173.86 -
System Red Green Blue C M Y K H S L
Decimal 168 47 227 0.26 0.79 0 0.11 280.33 0.76 0.54
Hex A8 2F E3 1A 4F 0 B 118 4C 36
Octal 250 57 343 32 117 0 13 430 114 66
Binary 10101000 101111 11100011 11010 1001111 0 1011 100011000 1001100 110110

Color Harmonies of #A82FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82FE3

Black with #A82FE3

Text Example


Text Example

White with #A82FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82FE3; }

 p { color: rgb(168,47,227); }

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

background-color css

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

 a { background-color: rgb(168,47,227); }

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

border-color css

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

 span { border-color: rgb(168,47,227); }

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