Html Css Color HEX #A345CA Dark Orchid

📋 copy color: '#A345CA'

red 163 ◦ green 69 ◦ blue 202

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

Shades of Dark Orchid #A345CA

Tints of Dark Orchid #A345CA

RGB

 RED value IS 163 (64.06% from 255) = 37.56%

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

 BLUE value IS 202 (79.3% from 255) = 46.54%

R = 37.56%
G = 15.9%
B = 46.54%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A345CA (or 0xA345CA) is known color: Dark Orchid. HEX triplet: A3, 45 and CA. RGB value is (163,69,202). Sum of RGB (Red+Green+Blue) = 163+69+202=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #A345CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A345CA is #5CBA35. Grayscale: #6F6F6F. Windows color (decimal): -6076982 or 13256099. OLE color: 13256099.

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

Color convert

RGB 163 69 202 -
CMYK 0.19 0.66 0 0.21
HSL 282.41º 0.56% 0.53% -
HSV(B) 282.41º 0.66% 0.79% -
XYZ 27.89 16.31 57.55 -
YUV 112.27 178.64 164.19 -
System Red Green Blue C M Y K H S L
Decimal 163 69 202 0.19 0.66 0 0.21 282.41 0.56 0.53
Hex A3 45 CA 13 42 0 15 11A 38 35
Octal 243 105 312 23 102 0 25 432 70 65
Binary 10100011 1000101 11001010 10011 1000010 0 10101 100011010 111000 110101

Color Harmonies of #A345CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A345CA

Black with #A345CA

Text Example


Text Example

White with #A345CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A345CA; }

 p { color: rgb(163,69,202); }

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

background-color css

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

 a { background-color: rgb(163,69,202); }

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

border-color css

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

 span { border-color: rgb(163,69,202); }

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