Html Css Color HEX #A542E8 Dark Orchid

📋 copy color: '#A542E8'

red 165 ◦ green 66 ◦ blue 232

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

Shades of Dark Orchid #A542E8

Tints of Dark Orchid #A542E8

RGB

 RED value IS 165 (64.84% from 255) = 35.64%

 GREEN value IS 66 (26.17% from 255) = 14.25%

 BLUE value IS 232 (91.02% from 255) = 50.11%

R = 35.64%
G = 14.25%
B = 50.11%

CMYK

 C value IS 0.29

 M value IS 0.72

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A542E8 (or 0xA542E8) is known color: Dark Orchid. HEX triplet: A5, 42 and E8. RGB value is (165,66,232). Sum of RGB (Red+Green+Blue) = 165+66+232=463 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.64% from 463); Green value is 66 (26.17% from 255 or 14.25% from 463); Blue value is 232 (91.02% from 255 or 50.11% from 463); Max value from RGB is 232 - color contains mainly: blue. Hex color #A542E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A542E8 is #5ABD17. Grayscale: #717171. Windows color (decimal): -5946648 or 15221413. OLE color: 15221413.

HSL color Cylindrical-coordinate representation of color #A542E8: hue angle of 275.78º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A542E8 is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 165 66 232 -
CMYK 0.29 0.72 0 0.09
HSL 275.78º 0.78% 0.58% -
HSV(B) 275.78º 0.72% 0.91% -
XYZ 32.03 17.72 78.08 -
YUV 114.53 194.3 164 -
System Red Green Blue C M Y K H S L
Decimal 165 66 232 0.29 0.72 0 0.09 275.78 0.78 0.58
Hex A5 42 E8 1D 48 0 9 114 4E 3A
Octal 245 102 350 35 110 0 11 424 116 72
Binary 10100101 1000010 11101000 11101 1001000 0 1001 100010100 1001110 111010

Color Harmonies of #A542E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A542E8

Black with #A542E8

Text Example


Text Example

White with #A542E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A542E8; }

 p { color: rgb(165,66,232); }

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

background-color css

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

 a { background-color: rgb(165,66,232); }

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

border-color css

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

 span { border-color: rgb(165,66,232); }

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