Html Css Color HEX #A045DA Dark Orchid

📋 copy color: '#A045DA'

red 160 ◦ green 69 ◦ blue 218

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

Shades of Dark Orchid #A045DA

Tints of Dark Orchid #A045DA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.44%

 BLUE value IS 218 (85.55% from 255) = 48.77%

R = 35.79%
G = 15.44%
B = 48.77%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A045DA (or 0xA045DA) is known color: Dark Orchid. HEX triplet: A0, 45 and DA. RGB value is (160,69,218). Sum of RGB (Red+Green+Blue) = 160+69+218=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 69 (27.34% from 255 or 15.44% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #A045DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A045DA is #5FBA25. Grayscale: #707070. Windows color (decimal): -6273574 or 14304672. OLE color: 14304672.

HSL color Cylindrical-coordinate representation of color #A045DA: hue angle of 276.64º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A045DA is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 69 218 -
CMYK 0.27 0.68 0 0.15
HSL 276.64º 0.67% 0.56% -
HSV(B) 276.64º 0.68% 0.85% -
XYZ 29.28 16.79 68.03 -
YUV 113.2 187.15 161.38 -
System Red Green Blue C M Y K H S L
Decimal 160 69 218 0.27 0.68 0 0.15 276.64 0.67 0.56
Hex A0 45 DA 1B 44 0 F 115 43 38
Octal 240 105 332 33 104 0 17 425 103 70
Binary 10100000 1000101 11011010 11011 1000100 0 1111 100010101 1000011 111000

Color Harmonies of #A045DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A045DA

Black with #A045DA

Text Example


Text Example

White with #A045DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A045DA; }

 p { color: rgb(160,69,218); }

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

background-color css

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

 a { background-color: rgb(160,69,218); }

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

border-color css

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

 span { border-color: rgb(160,69,218); }

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