Html Css Color HEX #A634AF Dark Orchid

📋 copy color: '#A634AF'

red 166 ◦ green 52 ◦ blue 175

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

Shades of Dark Orchid #A634AF

Tints of Dark Orchid #A634AF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.23%

 BLUE value IS 175 (68.75% from 255) = 44.53%

R = 42.24%
G = 13.23%
B = 44.53%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A634AF (or 0xA634AF) is known color: Dark Orchid. HEX triplet: A6, 34 and AF. RGB value is (166,52,175). Sum of RGB (Red+Green+Blue) = 166+52+175=393 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.24% from 393); Green value is 52 (20.70% from 255 or 13.23% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #A634AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A634AF is #59CB50. Grayscale: #636363. Windows color (decimal): -5884753 or 11482278. OLE color: 11482278.

HSL color Cylindrical-coordinate representation of color #A634AF: hue angle of 295.61º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A634AF is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 166 52 175 -
CMYK 0.05 0.70 0 0.31
HSL 295.61º 0.54% 0.45% -
HSV(B) 295.61º 0.7% 0.69% -
XYZ 24.69 13.66 41.89 -
YUV 100.11 170.27 175 -
System Red Green Blue C M Y K H S L
Decimal 166 52 175 0.05 0.70 0 0.31 295.61 0.54 0.45
Hex A6 34 AF 5 46 0 1F 128 36 2D
Octal 246 64 257 5 106 0 37 450 66 55
Binary 10100110 110100 10101111 101 1000110 0 11111 100101000 110110 101101

Color Harmonies of #A634AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A634AF

Black with #A634AF

Text Example


Text Example

White with #A634AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A634AF; }

 p { color: rgb(166,52,175); }

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

background-color css

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

 a { background-color: rgb(166,52,175); }

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

border-color css

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

 span { border-color: rgb(166,52,175); }

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