Html Css Color HEX #A048CF Dark Orchid

📋 copy color: '#A048CF'

red 160 ◦ green 72 ◦ blue 207

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

Shades of Dark Orchid #A048CF

Tints of Dark Orchid #A048CF

RGB

 RED value IS 160 (62.89% from 255) = 36.45%

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

 BLUE value IS 207 (81.25% from 255) = 47.15%

R = 36.45%
G = 16.4%
B = 47.15%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A048CF (or 0xA048CF) is known color: Dark Orchid. HEX triplet: A0, 48 and CF. RGB value is (160,72,207). Sum of RGB (Red+Green+Blue) = 160+72+207=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 72 (28.52% from 255 or 16.40% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #A048CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A048CF is #5FB730. Grayscale: #717171. Windows color (decimal): -6272817 or 13584544. OLE color: 13584544.

HSL color Cylindrical-coordinate representation of color #A048CF: hue angle of 279.11º 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 #A048CF is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 72 207 -
CMYK 0.23 0.65 0 0.19
HSL 279.11º 0.58% 0.55% -
HSV(B) 279.11º 0.65% 0.81% -
XYZ 28.08 16.61 60.76 -
YUV 113.7 180.65 161.02 -
System Red Green Blue C M Y K H S L
Decimal 160 72 207 0.23 0.65 0 0.19 279.11 0.58 0.55
Hex A0 48 CF 17 41 0 13 117 3A 37
Octal 240 110 317 27 101 0 23 427 72 67
Binary 10100000 1001000 11001111 10111 1000001 0 10011 100010111 111010 110111

Color Harmonies of #A048CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A048CF

Black with #A048CF

Text Example


Text Example

White with #A048CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A048CF; }

 p { color: rgb(160,72,207); }

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

background-color css

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

 a { background-color: rgb(160,72,207); }

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

border-color css

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

 span { border-color: rgb(160,72,207); }

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