Html Css Color HEX #A248CE Dark Orchid

📋 copy color: '#A248CE'

red 162 ◦ green 72 ◦ blue 206

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

Shades of Dark Orchid #A248CE

Tints of Dark Orchid #A248CE

RGB

 RED value IS 162 (63.67% from 255) = 36.82%

 GREEN value IS 72 (28.52% from 255) = 16.36%

 BLUE value IS 206 (80.86% from 255) = 46.82%

R = 36.82%
G = 16.36%
B = 46.82%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A248CE (or 0xA248CE) is known color: Dark Orchid. HEX triplet: A2, 48 and CE. RGB value is (162,72,206). Sum of RGB (Red+Green+Blue) = 162+72+206=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #A248CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A248CE is #5DB731. Grayscale: #717171. Windows color (decimal): -6141746 or 13519010. OLE color: 13519010.

HSL color Cylindrical-coordinate representation of color #A248CE: hue angle of 280.3º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A248CE is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 72 206 -
CMYK 0.21 0.65 0 0.19
HSL 280.3º 0.58% 0.55% -
HSV(B) 280.3º 0.65% 0.81% -
XYZ 28.36 16.77 60.14 -
YUV 114.19 179.82 162.1 -
System Red Green Blue C M Y K H S L
Decimal 162 72 206 0.21 0.65 0 0.19 280.3 0.58 0.55
Hex A2 48 CE 15 41 0 13 118 3A 37
Octal 242 110 316 25 101 0 23 430 72 67
Binary 10100010 1001000 11001110 10101 1000001 0 10011 100011000 111010 110111

Color Harmonies of #A248CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A248CE

Black with #A248CE

Text Example


Text Example

White with #A248CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A248CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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