Html Css Color HEX #A248DB Dark Orchid

📋 copy color: '#A248DB'

red 162 ◦ green 72 ◦ blue 219

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

Shades of Dark Orchid #A248DB

Tints of Dark Orchid #A248DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.34%

R = 35.76%
G = 15.89%
B = 48.34%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A248DB (or 0xA248DB) is known color: Dark Orchid. HEX triplet: A2, 48 and DB. RGB value is (162,72,219). Sum of RGB (Red+Green+Blue) = 162+72+219=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 72 (28.52% from 255 or 15.89% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #A248DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A248DB is #5DB724. Grayscale: #737373. Windows color (decimal): -6141733 or 14370978. OLE color: 14370978.

HSL color Cylindrical-coordinate representation of color #A248DB: hue angle of 276.73º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A248DB is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 72 219 -
CMYK 0.26 0.67 0 0.14
HSL 276.73º 0.67% 0.57% -
HSV(B) 276.73º 0.67% 0.86% -
XYZ 30 17.43 68.8 -
YUV 115.67 186.32 161.05 -
System Red Green Blue C M Y K H S L
Decimal 162 72 219 0.26 0.67 0 0.14 276.73 0.67 0.57
Hex A2 48 DB 1A 43 0 E 115 43 39
Octal 242 110 333 32 103 0 16 425 103 71
Binary 10100010 1001000 11011011 11010 1000011 0 1110 100010101 1000011 111001

Color Harmonies of #A248DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A248DB

Black with #A248DB

Text Example


Text Example

White with #A248DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A248DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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