Html Css Color HEX #A345CB Dark Orchid

📋 copy color: '#A345CB'

red 163 ◦ green 69 ◦ blue 203

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

Shades of Dark Orchid #A345CB

Tints of Dark Orchid #A345CB

RGB

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

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

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

R = 37.47%
G = 15.86%
B = 46.67%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A345CB (or 0xA345CB) is known color: Dark Orchid. HEX triplet: A3, 45 and CB. RGB value is (163,69,203). Sum of RGB (Red+Green+Blue) = 163+69+203=435 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.47% from 435); Green value is 69 (27.34% from 255 or 15.86% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #A345CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A345CB is #5CBA34. Grayscale: #6F6F6F. Windows color (decimal): -6076981 or 13321635. OLE color: 13321635.

HSL color Cylindrical-coordinate representation of color #A345CB: hue angle of 282.09º 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 #A345CB is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 69 203 -
CMYK 0.20 0.66 0 0.20
HSL 282.09º 0.56% 0.53% -
HSV(B) 282.09º 0.66% 0.8% -
XYZ 28.01 16.35 58.18 -
YUV 112.38 179.14 164.1 -
System Red Green Blue C M Y K H S L
Decimal 163 69 203 0.20 0.66 0 0.20 282.09 0.56 0.53
Hex A3 45 CB 14 42 0 14 11A 38 35
Octal 243 105 313 24 102 0 24 432 70 65
Binary 10100011 1000101 11001011 10100 1000010 0 10100 100011010 111000 110101

Color Harmonies of #A345CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A345CB

Black with #A345CB

Text Example


Text Example

White with #A345CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A345CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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