Html Css Color HEX #A335D7 Dark Orchid

📋 copy color: '#A335D7'

red 163 ◦ green 53 ◦ blue 215

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

Shades of Dark Orchid #A335D7

Tints of Dark Orchid #A335D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 49.88%

R = 37.82%
G = 12.3%
B = 49.88%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A335D7 (or 0xA335D7) is known color: Dark Orchid. HEX triplet: A3, 35 and D7. RGB value is (163,53,215). Sum of RGB (Red+Green+Blue) = 163+53+215=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 53 (21.09% from 255 or 12.30% from 431); Blue value is 215 (84.38% from 255 or 49.88% from 431); Max value from RGB is 215 - color contains mainly: blue. Hex color #A335D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A335D7 is #5CCA28. Grayscale: #676767. Windows color (decimal): -6081065 or 14103971. OLE color: 14103971.

HSL color Cylindrical-coordinate representation of color #A335D7: hue angle of 280.74º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A335D7 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 53 215 -
CMYK 0.24 0.75 0 0.16
HSL 280.74º 0.67% 0.53% -
HSV(B) 280.74º 0.75% 0.84% -
XYZ 28.64 15.24 65.72 -
YUV 104.36 190.44 169.83 -
System Red Green Blue C M Y K H S L
Decimal 163 53 215 0.24 0.75 0 0.16 280.74 0.67 0.53
Hex A3 35 D7 18 4B 0 10 119 43 35
Octal 243 65 327 30 113 0 20 431 103 65
Binary 10100011 110101 11010111 11000 1001011 0 10000 100011001 1000011 110101

Color Harmonies of #A335D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A335D7

Black with #A335D7

Text Example


Text Example

White with #A335D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A335D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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