#A248E4

Color #A248E4 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A248E4

Tints of Dark Orchid #A248E4

Color information

#A248E4 (or 0xA248E4) is unknown color: approx Dark Orchid. HEX triplet: A2, 48 and E4. RGB value is (162,72,228). Sum of RGB (Red+Green+Blue) = 162+72+228=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 72 (28.52% from 255 or 15.58% from 462); Blue value is 228 (89.45% from 255 or 49.35% from 462); Max value from RGB is 228 - color contains mainly: blue. Hex color #A248E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A248E4 is #5DB71B. Grayscale: #747474. Windows color (decimal): -6141724 or 14960802. OLE color: 14960802.

HSL color Cylindrical-coordinate representation of color #A248E4: hue angle of 274.62º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A248E4 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16272228-
CMYK0.290.6800.11
HSL274.62º74.29%58.82%-
HSV(B)274.62º68.42%89.41%-
XYZ31.2217.9275.21-
YUV116.69190.82160.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.06%
GREEN value IS 72 (28.52% from 255) = 15.58%
BLUE value IS 228 (89.45% from 255) = 49.35%
R=35.06%
G=15.58%
B=49.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal162722280.290.6800.11274.6274.2958.82
HexA248E41D440B1134a3b
Octal2421103443510401342311273
Binary10100010100100011100100111011000100010111000100111001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A248E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A248E4; }

 p { color: rgb(162,72,228); }

 H1.HeaderClassName
 {
   color: #A248E4;
 }
 .AnyTagClassName
 {
   color: #A248E4;
 }
</style>
background-color css

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

 a { background-color: rgb(162,72,228); }

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

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

 span { border-color: rgb(162,72,228); }

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