Html Css Color HEX #A335CA Dark Orchid

📋 copy color: '#A335CA'

red 163 ◦ green 53 ◦ blue 202

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

Shades of Dark Orchid #A335CA

Tints of Dark Orchid #A335CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.33%

R = 39%
G = 12.68%
B = 48.33%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A335CA (or 0xA335CA) is known color: Dark Orchid. HEX triplet: A3, 35 and CA. RGB value is (163,53,202). Sum of RGB (Red+Green+Blue) = 163+53+202=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 53 (21.09% from 255 or 12.68% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #A335CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A335CA is #5CCA35. Grayscale: #666666. Windows color (decimal): -6081078 or 13252003. OLE color: 13252003.

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

Color convert

RGB 163 53 202 -
CMYK 0.19 0.74 0 0.21
HSL 284.3º 0.58% 0.5% -
HSV(B) 284.3º 0.74% 0.79% -
XYZ 27.04 14.6 57.27 -
YUV 102.88 183.94 170.88 -
System Red Green Blue C M Y K H S L
Decimal 163 53 202 0.19 0.74 0 0.21 284.3 0.58 0.5
Hex A3 35 CA 13 4A 0 15 11C 3A 32
Octal 243 65 312 23 112 0 25 434 72 62
Binary 10100011 110101 11001010 10011 1001010 0 10101 100011100 111010 110010

Color Harmonies of #A335CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A335CA

Black with #A335CA

Text Example


Text Example

White with #A335CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A335CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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