Html Css Color HEX #A535CF Dark Orchid

📋 copy color: '#A535CF'

red 165 ◦ green 53 ◦ blue 207

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

Shades of Dark Orchid #A535CF

Tints of Dark Orchid #A535CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.71%

R = 38.82%
G = 12.47%
B = 48.71%

CMYK

 C value IS 0.20

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A535CF (or 0xA535CF) is known color: Dark Orchid. HEX triplet: A5, 35 and CF. RGB value is (165,53,207). Sum of RGB (Red+Green+Blue) = 165+53+207=425 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.82% from 425); Green value is 53 (21.09% from 255 or 12.47% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #A535CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A535CF is #5ACA30. Grayscale: #676767. Windows color (decimal): -5950001 or 13579685. OLE color: 13579685.

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

Color convert

RGB 165 53 207 -
CMYK 0.20 0.74 0 0.19
HSL 283.64º 0.62% 0.51% -
HSV(B) 283.64º 0.74% 0.81% -
XYZ 28.05 15.05 60.46 -
YUV 104.04 186.11 171.48 -
System Red Green Blue C M Y K H S L
Decimal 165 53 207 0.20 0.74 0 0.19 283.64 0.62 0.51
Hex A5 35 CF 14 4A 0 13 11C 3E 33
Octal 245 65 317 24 112 0 23 434 76 63
Binary 10100101 110101 11001111 10100 1001010 0 10011 100011100 111110 110011

Color Harmonies of #A535CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A535CF

Black with #A535CF

Text Example


Text Example

White with #A535CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A535CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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