Html Css Color HEX #A03BDF Dark Orchid

📋 copy color: '#A03BDF'

red 160 ◦ green 59 ◦ blue 223

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

Shades of Dark Orchid #A03BDF

Tints of Dark Orchid #A03BDF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.35%

 BLUE value IS 223 (87.5% from 255) = 50.45%

R = 36.2%
G = 13.35%
B = 50.45%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A03BDF (or 0xA03BDF) is known color: Dark Orchid. HEX triplet: A0, 3B and DF. RGB value is (160,59,223). Sum of RGB (Red+Green+Blue) = 160+59+223=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 59 (23.44% from 255 or 13.35% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #A03BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03BDF is #5FC420. Grayscale: #6B6B6B. Windows color (decimal): -6276129 or 14629792. OLE color: 14629792.

HSL color Cylindrical-coordinate representation of color #A03BDF: hue angle of 276.95º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A03BDF is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 59 223 -
CMYK 0.28 0.74 0 0.13
HSL 276.95º 0.72% 0.55% -
HSV(B) 276.95º 0.74% 0.87% -
XYZ 29.38 15.93 71.34 -
YUV 107.9 192.96 165.16 -
System Red Green Blue C M Y K H S L
Decimal 160 59 223 0.28 0.74 0 0.13 276.95 0.72 0.55
Hex A0 3B DF 1C 4A 0 D 115 48 37
Octal 240 73 337 34 112 0 15 425 110 67
Binary 10100000 111011 11011111 11100 1001010 0 1101 100010101 1001000 110111

Color Harmonies of #A03BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03BDF

Black with #A03BDF

Text Example


Text Example

White with #A03BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03BDF; }

 p { color: rgb(160,59,223); }

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

background-color css

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

 a { background-color: rgb(160,59,223); }

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

border-color css

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

 span { border-color: rgb(160,59,223); }

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