Html Css Color HEX #A045CB Dark Orchid

📋 copy color: '#A045CB'

red 160 ◦ green 69 ◦ blue 203

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

Shades of Dark Orchid #A045CB

Tints of Dark Orchid #A045CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.99%

R = 37.04%
G = 15.97%
B = 46.99%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A045CB (or 0xA045CB) is known color: Dark Orchid. HEX triplet: A0, 45 and CB. RGB value is (160,69,203). Sum of RGB (Red+Green+Blue) = 160+69+203=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 69 (27.34% from 255 or 15.97% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #A045CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A045CB is #5FBA34. Grayscale: #6F6F6F. Windows color (decimal): -6273589 or 13321632. OLE color: 13321632.

HSL color Cylindrical-coordinate representation of color #A045CB: hue angle of 280.75º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A045CB is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 69 203 -
CMYK 0.21 0.66 0 0.20
HSL 280.75º 0.56% 0.53% -
HSV(B) 280.75º 0.66% 0.8% -
XYZ 27.4 16.04 58.15 -
YUV 111.49 179.65 162.6 -
System Red Green Blue C M Y K H S L
Decimal 160 69 203 0.21 0.66 0 0.20 280.75 0.56 0.53
Hex A0 45 CB 15 42 0 14 119 38 35
Octal 240 105 313 25 102 0 24 431 70 65
Binary 10100000 1000101 11001011 10101 1000010 0 10100 100011001 111000 110101

Color Harmonies of #A045CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A045CB

Black with #A045CB

Text Example


Text Example

White with #A045CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A045CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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