Html Css Color HEX #A53FBD Dark Orchid

📋 copy color: '#A53FBD'

red 165 ◦ green 63 ◦ blue 189

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

Shades of Dark Orchid #A53FBD

Tints of Dark Orchid #A53FBD

RGB

 RED value IS 165 (64.84% from 255) = 39.57%

 GREEN value IS 63 (25% from 255) = 15.11%

 BLUE value IS 189 (74.22% from 255) = 45.32%

R = 39.57%
G = 15.11%
B = 45.32%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A53FBD (or 0xA53FBD) is known color: Dark Orchid. HEX triplet: A5, 3F and BD. RGB value is (165,63,189). Sum of RGB (Red+Green+Blue) = 165+63+189=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 63 (25% from 255 or 15.11% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #A53FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53FBD is #5AC042. Grayscale: #6B6B6B. Windows color (decimal): -5947459 or 12402597. OLE color: 12402597.

HSL color Cylindrical-coordinate representation of color #A53FBD: hue angle of 288.57º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A53FBD is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 165 63 189 -
CMYK 0.13 0.67 0 0.26
HSL 288.57º 0.5% 0.49% -
HSV(B) 288.57º 0.67% 0.74% -
XYZ 26.48 15.23 49.69 -
YUV 107.86 173.79 168.75 -
System Red Green Blue C M Y K H S L
Decimal 165 63 189 0.13 0.67 0 0.26 288.57 0.5 0.49
Hex A5 3F BD D 43 0 1A 121 32 31
Octal 245 77 275 15 103 0 32 441 62 61
Binary 10100101 111111 10111101 1101 1000011 0 11010 100100001 110010 110001

Color Harmonies of #A53FBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53FBD

Black with #A53FBD

Text Example


Text Example

White with #A53FBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53FBD; }

 p { color: rgb(165,63,189); }

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

background-color css

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

 a { background-color: rgb(165,63,189); }

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

border-color css

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

 span { border-color: rgb(165,63,189); }

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