Html Css Color HEX #A535CB Dark Orchid

📋 copy color: '#A535CB'

red 165 ◦ green 53 ◦ blue 203

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

Shades of Dark Orchid #A535CB

Tints of Dark Orchid #A535CB

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.59%

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

R = 39.19%
G = 12.59%
B = 48.22%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A535CB (or 0xA535CB) is known color: Dark Orchid. HEX triplet: A5, 35 and CB. RGB value is (165,53,203). Sum of RGB (Red+Green+Blue) = 165+53+203=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 53 (21.09% from 255 or 12.59% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #A535CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A535CB is #5ACA34. Grayscale: #676767. Windows color (decimal): -5950005 or 13317541. OLE color: 13317541.

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

Color convert

RGB 165 53 203 -
CMYK 0.19 0.74 0 0.20
HSL 284.8º 0.59% 0.5% -
HSV(B) 284.8º 0.74% 0.8% -
XYZ 27.57 14.86 57.91 -
YUV 103.59 184.11 171.8 -
System Red Green Blue C M Y K H S L
Decimal 165 53 203 0.19 0.74 0 0.20 284.8 0.59 0.5
Hex A5 35 CB 13 4A 0 14 11D 3B 32
Octal 245 65 313 23 112 0 24 435 73 62
Binary 10100101 110101 11001011 10011 1001010 0 10100 100011101 111011 110010

Color Harmonies of #A535CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A535CB

Black with #A535CB

Text Example


Text Example

White with #A535CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A535CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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