Html Css Color HEX #A335C4 Dark Orchid

📋 copy color: '#A335C4'

red 163 ◦ green 53 ◦ blue 196

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

Shades of Dark Orchid #A335C4

Tints of Dark Orchid #A335C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 47.57%

R = 39.56%
G = 12.86%
B = 47.57%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A335C4 (or 0xA335C4) is known color: Dark Orchid. HEX triplet: A3, 35 and C4. RGB value is (163,53,196). Sum of RGB (Red+Green+Blue) = 163+53+196=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 53 (21.09% from 255 or 12.86% from 412); Blue value is 196 (76.95% from 255 or 47.57% from 412); Max value from RGB is 196 - color contains mainly: blue. Hex color #A335C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A335C4 is #5CCA3B. Grayscale: #656565. Windows color (decimal): -6081084 or 12858787. OLE color: 12858787.

HSL color Cylindrical-coordinate representation of color #A335C4: hue angle of 286.15º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A335C4 is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 163 53 196 -
CMYK 0.17 0.73 0 0.23
HSL 286.15º 0.57% 0.49% -
HSV(B) 286.15º 0.73% 0.77% -
XYZ 26.34 14.32 53.6 -
YUV 102.19 180.94 171.37 -
System Red Green Blue C M Y K H S L
Decimal 163 53 196 0.17 0.73 0 0.23 286.15 0.57 0.49
Hex A3 35 C4 11 49 0 17 11E 39 31
Octal 243 65 304 21 111 0 27 436 71 61
Binary 10100011 110101 11000100 10001 1001001 0 10111 100011110 111001 110001

Color Harmonies of #A335C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A335C4

Black with #A335C4

Text Example


Text Example

White with #A335C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A335C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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