Html Css Color HEX #A335D1 Dark Orchid

📋 copy color: '#A335D1'

red 163 ◦ green 53 ◦ blue 209

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

Shades of Dark Orchid #A335D1

Tints of Dark Orchid #A335D1

RGB

 RED value IS 163 (64.06% from 255) = 38.35%

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

 BLUE value IS 209 (82.03% from 255) = 49.18%

R = 38.35%
G = 12.47%
B = 49.18%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A335D1 (or 0xA335D1) is known color: Dark Orchid. HEX triplet: A3, 35 and D1. RGB value is (163,53,209). Sum of RGB (Red+Green+Blue) = 163+53+209=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 53 (21.09% from 255 or 12.47% from 425); Blue value is 209 (82.03% from 255 or 49.18% from 425); Max value from RGB is 209 - color contains mainly: blue. Hex color #A335D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A335D1 is #5CCA2E. Grayscale: #676767. Windows color (decimal): -6081071 or 13710755. OLE color: 13710755.

HSL color Cylindrical-coordinate representation of color #A335D1: hue angle of 282.31º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A335D1 is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 163 53 209 -
CMYK 0.22 0.75 0 0.18
HSL 282.31º 0.63% 0.51% -
HSV(B) 282.31º 0.75% 0.82% -
XYZ 27.89 14.94 61.73 -
YUV 103.67 187.44 170.32 -
System Red Green Blue C M Y K H S L
Decimal 163 53 209 0.22 0.75 0 0.18 282.31 0.63 0.51
Hex A3 35 D1 16 4B 0 12 11A 3F 33
Octal 243 65 321 26 113 0 22 432 77 63
Binary 10100011 110101 11010001 10110 1001011 0 10010 100011010 111111 110011

Color Harmonies of #A335D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A335D1

Black with #A335D1

Text Example


Text Example

White with #A335D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A335D1; }

 p { color: rgb(163,53,209); }

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

background-color css

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

 a { background-color: rgb(163,53,209); }

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

border-color css

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

 span { border-color: rgb(163,53,209); }

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