Html Css Color HEX #A53FBE Dark Orchid

📋 copy color: '#A53FBE'

red 165 ◦ green 63 ◦ blue 190

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

Shades of Dark Orchid #A53FBE

Tints of Dark Orchid #A53FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.45%

R = 39.47%
G = 15.07%
B = 45.45%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A53FBE (or 0xA53FBE) is known color: Dark Orchid. HEX triplet: A5, 3F and BE. RGB value is (165,63,190). Sum of RGB (Red+Green+Blue) = 165+63+190=418 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.47% from 418); Green value is 63 (25% from 255 or 15.07% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #A53FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53FBE is #5AC041. Grayscale: #6B6B6B. Windows color (decimal): -5947458 or 12468133. OLE color: 12468133.

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

Color convert

RGB 165 63 190 -
CMYK 0.13 0.67 0 0.25
HSL 288.19º 0.5% 0.5% -
HSV(B) 288.19º 0.67% 0.75% -
XYZ 26.59 15.27 50.26 -
YUV 107.98 174.29 168.67 -
System Red Green Blue C M Y K H S L
Decimal 165 63 190 0.13 0.67 0 0.25 288.19 0.5 0.5
Hex A5 3F BE D 43 0 19 120 32 32
Octal 245 77 276 15 103 0 31 440 62 62
Binary 10100101 111111 10111110 1101 1000011 0 11001 100100000 110010 110010

Color Harmonies of #A53FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53FBE

Black with #A53FBE

Text Example


Text Example

White with #A53FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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