Html Css Color HEX #A635BF Dark Orchid

📋 copy color: '#A635BF'

red 166 ◦ green 53 ◦ blue 191

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

Shades of Dark Orchid #A635BF

Tints of Dark Orchid #A635BF

RGB

 RED value IS 166 (65.23% from 255) = 40.49%

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

 BLUE value IS 191 (75% from 255) = 46.59%

R = 40.49%
G = 12.93%
B = 46.59%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A635BF (or 0xA635BF) is known color: Dark Orchid. HEX triplet: A6, 35 and BF. RGB value is (166,53,191). Sum of RGB (Red+Green+Blue) = 166+53+191=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 53 (21.09% from 255 or 12.93% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #A635BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A635BF is #59CA40. Grayscale: #666666. Windows color (decimal): -5884481 or 12531110. OLE color: 12531110.

HSL color Cylindrical-coordinate representation of color #A635BF: hue angle of 289.13º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A635BF is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 53 191 -
CMYK 0.13 0.72 0 0.25
HSL 289.13º 0.57% 0.48% -
HSV(B) 289.13º 0.72% 0.75% -
XYZ 26.4 14.41 50.68 -
YUV 102.52 177.94 173.28 -
System Red Green Blue C M Y K H S L
Decimal 166 53 191 0.13 0.72 0 0.25 289.13 0.57 0.48
Hex A6 35 BF D 48 0 19 121 39 30
Octal 246 65 277 15 110 0 31 441 71 60
Binary 10100110 110101 10111111 1101 1001000 0 11001 100100001 111001 110000

Color Harmonies of #A635BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A635BF

Black with #A635BF

Text Example


Text Example

White with #A635BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A635BF; }

 p { color: rgb(166,53,191); }

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

background-color css

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

 a { background-color: rgb(166,53,191); }

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

border-color css

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

 span { border-color: rgb(166,53,191); }

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