Html Css Color HEX #A336AF Dark Orchid

📋 copy color: '#A336AF'

red 163 ◦ green 54 ◦ blue 175

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

Shades of Dark Orchid #A336AF

Tints of Dark Orchid #A336AF

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.78%

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

R = 41.58%
G = 13.78%
B = 44.64%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A336AF (or 0xA336AF) is known color: Dark Orchid. HEX triplet: A3, 36 and AF. RGB value is (163,54,175). Sum of RGB (Red+Green+Blue) = 163+54+175=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 54 (21.48% from 255 or 13.78% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 175 - color contains mainly: blue. Hex color #A336AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A336AF is #5CC950. Grayscale: #646464. Windows color (decimal): -6080849 or 11482787. OLE color: 11482787.

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

Color convert

RGB 163 54 175 -
CMYK 0.07 0.69 0 0.31
HSL 294.05º 0.53% 0.45% -
HSV(B) 294.05º 0.69% 0.69% -
XYZ 24.16 13.52 41.89 -
YUV 100.39 170.11 172.66 -
System Red Green Blue C M Y K H S L
Decimal 163 54 175 0.07 0.69 0 0.31 294.05 0.53 0.45
Hex A3 36 AF 7 45 0 1F 126 35 2D
Octal 243 66 257 7 105 0 37 446 65 55
Binary 10100011 110110 10101111 111 1000101 0 11111 100100110 110101 101101

Color Harmonies of #A336AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A336AF

Black with #A336AF

Text Example


Text Example

White with #A336AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A336AF; }

 p { color: rgb(163,54,175); }

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

background-color css

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

 a { background-color: rgb(163,54,175); }

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

border-color css

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

 span { border-color: rgb(163,54,175); }

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