Html Css Color HEX #A536CB Dark Orchid

📋 copy color: '#A536CB'

red 165 ◦ green 54 ◦ blue 203

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

Shades of Dark Orchid #A536CB

Tints of Dark Orchid #A536CB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.8%

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

R = 39.1%
G = 12.8%
B = 48.1%

CMYK

 C value IS 0.19

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A536CB (or 0xA536CB) is known color: Dark Orchid. HEX triplet: A5, 36 and CB. RGB value is (165,54,203). Sum of RGB (Red+Green+Blue) = 165+54+203=422 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.10% from 422); Green value is 54 (21.48% from 255 or 12.80% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #A536CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A536CB is #5AC934. Grayscale: #676767. Windows color (decimal): -5949749 or 13317797. OLE color: 13317797.

HSL color Cylindrical-coordinate representation of color #A536CB: hue angle of 284.7º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A536CB is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 54 203 -
CMYK 0.19 0.73 0 0.20
HSL 284.7º 0.59% 0.5% -
HSV(B) 284.7º 0.73% 0.8% -
XYZ 27.62 14.95 57.93 -
YUV 104.18 183.77 171.38 -
System Red Green Blue C M Y K H S L
Decimal 165 54 203 0.19 0.73 0 0.20 284.7 0.59 0.5
Hex A5 36 CB 13 49 0 14 11D 3B 32
Octal 245 66 313 23 111 0 24 435 73 62
Binary 10100101 110110 11001011 10011 1001001 0 10100 100011101 111011 110010

Color Harmonies of #A536CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A536CB

Black with #A536CB

Text Example


Text Example

White with #A536CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A536CB; }

 p { color: rgb(165,54,203); }

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

background-color css

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

 a { background-color: rgb(165,54,203); }

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

border-color css

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

 span { border-color: rgb(165,54,203); }

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