Html Css Color HEX #A735D5 Dark Orchid

📋 copy color: '#A735D5'

red 167 ◦ green 53 ◦ blue 213

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

Shades of Dark Orchid #A735D5

Tints of Dark Orchid #A735D5

RGB

 RED value IS 167 (65.63% from 255) = 38.57%

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

 BLUE value IS 213 (83.59% from 255) = 49.19%

R = 38.57%
G = 12.24%
B = 49.19%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A735D5 (or 0xA735D5) is known color: Dark Orchid. HEX triplet: A7, 35 and D5. RGB value is (167,53,213). Sum of RGB (Red+Green+Blue) = 167+53+213=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 53 (21.09% from 255 or 12.24% from 433); Blue value is 213 (83.59% from 255 or 49.19% from 433); Max value from RGB is 213 - color contains mainly: blue. Hex color #A735D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A735D5 is #58CA2A. Grayscale: #686868. Windows color (decimal): -5818923 or 13972903. OLE color: 13972903.

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

Color convert

RGB 167 53 213 -
CMYK 0.22 0.75 0 0.16
HSL 282.75º 0.66% 0.52% -
HSV(B) 282.75º 0.75% 0.84% -
XYZ 29.22 15.57 64.42 -
YUV 105.33 188.77 171.99 -
System Red Green Blue C M Y K H S L
Decimal 167 53 213 0.22 0.75 0 0.16 282.75 0.66 0.52
Hex A7 35 D5 16 4B 0 10 11B 42 34
Octal 247 65 325 26 113 0 20 433 102 64
Binary 10100111 110101 11010101 10110 1001011 0 10000 100011011 1000010 110100

Color Harmonies of #A735D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A735D5

Black with #A735D5

Text Example


Text Example

White with #A735D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A735D5; }

 p { color: rgb(167,53,213); }

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

background-color css

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

 a { background-color: rgb(167,53,213); }

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

border-color css

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

 span { border-color: rgb(167,53,213); }

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