Html Css Color HEX #A933AF Dark Orchid

📋 copy color: '#A933AF'

red 169 ◦ green 51 ◦ blue 175

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

Shades of Dark Orchid #A933AF

Tints of Dark Orchid #A933AF

RGB

 RED value IS 169 (66.41% from 255) = 42.78%

 GREEN value IS 51 (20.31% from 255) = 12.91%

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

R = 42.78%
G = 12.91%
B = 44.3%

CMYK

 C value IS 0.03

 M value IS 0.71

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A933AF (or 0xA933AF) is known color: Dark Orchid. HEX triplet: A9, 33 and AF. RGB value is (169,51,175). Sum of RGB (Red+Green+Blue) = 169+51+175=395 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.78% from 395); Green value is 51 (20.31% from 255 or 12.91% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #A933AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A933AF is #56CC50. Grayscale: #646464. Windows color (decimal): -5688401 or 11482025. OLE color: 11482025.

HSL color Cylindrical-coordinate representation of color #A933AF: hue angle of 297.1º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A933AF is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 169 51 175 -
CMYK 0.03 0.71 0 0.31
HSL 297.1º 0.55% 0.44% -
HSV(B) 297.1º 0.71% 0.69% -
XYZ 25.28 13.9 41.91 -
YUV 100.42 170.09 176.92 -
System Red Green Blue C M Y K H S L
Decimal 169 51 175 0.03 0.71 0 0.31 297.1 0.55 0.44
Hex A9 33 AF 3 47 0 1F 129 37 2C
Octal 251 63 257 3 107 0 37 451 67 54
Binary 10101001 110011 10101111 11 1000111 0 11111 100101001 110111 101100

Color Harmonies of #A933AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A933AF

Black with #A933AF

Text Example


Text Example

White with #A933AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A933AF; }

 p { color: rgb(169,51,175); }

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

background-color css

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

 a { background-color: rgb(169,51,175); }

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

border-color css

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

 span { border-color: rgb(169,51,175); }

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