Html Css Color HEX #A82CE4 Dark Orchid

📋 copy color: '#A82CE4'

red 168 ◦ green 44 ◦ blue 228

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

Shades of Dark Orchid #A82CE4

Tints of Dark Orchid #A82CE4

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10%

 BLUE value IS 228 (89.45% from 255) = 51.82%

R = 38.18%
G = 10%
B = 51.82%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A82CE4 (or 0xA82CE4) is known color: Dark Orchid. HEX triplet: A8, 2C and E4. RGB value is (168,44,228). Sum of RGB (Red+Green+Blue) = 168+44+228=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 44 (17.58% from 255 or 10% from 440); Blue value is 228 (89.45% from 255 or 51.82% from 440); Max value from RGB is 228 - color contains mainly: blue. Hex color #A82CE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A82CE4 is #57D31B. Grayscale: #656565. Windows color (decimal): -5755676 or 14953640. OLE color: 14953640.

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

Color convert

RGB 168 44 228 -
CMYK 0.26 0.81 0 0.11
HSL 280.43º 0.77% 0.53% -
HSV(B) 280.43º 0.81% 0.89% -
XYZ 31.05 15.73 74.8 -
YUV 102.05 199.08 175.04 -
System Red Green Blue C M Y K H S L
Decimal 168 44 228 0.26 0.81 0 0.11 280.43 0.77 0.53
Hex A8 2C E4 1A 51 0 B 118 4D 35
Octal 250 54 344 32 121 0 13 430 115 65
Binary 10101000 101100 11100100 11010 1010001 0 1011 100011000 1001101 110101

Color Harmonies of #A82CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82CE4

Black with #A82CE4

Text Example


Text Example

White with #A82CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82CE4; }

 p { color: rgb(168,44,228); }

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

background-color css

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

 a { background-color: rgb(168,44,228); }

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

border-color css

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

 span { border-color: rgb(168,44,228); }

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