Html Css Color HEX #A935CF Dark Orchid

📋 copy color: '#A935CF'

red 169 ◦ green 53 ◦ blue 207

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

Shades of Dark Orchid #A935CF

Tints of Dark Orchid #A935CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.25%

R = 39.39%
G = 12.35%
B = 48.25%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A935CF (or 0xA935CF) is known color: Dark Orchid. HEX triplet: A9, 35 and CF. RGB value is (169,53,207). Sum of RGB (Red+Green+Blue) = 169+53+207=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 53 (21.09% from 255 or 12.35% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #A935CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A935CF is #56CA30. Grayscale: #686868. Windows color (decimal): -5687857 or 13579689. OLE color: 13579689.

HSL color Cylindrical-coordinate representation of color #A935CF: hue angle of 285.19º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A935CF is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 169 53 207 -
CMYK 0.18 0.74 0 0.19
HSL 285.19º 0.62% 0.51% -
HSV(B) 285.19º 0.74% 0.81% -
XYZ 28.9 15.49 60.5 -
YUV 105.24 185.43 173.48 -
System Red Green Blue C M Y K H S L
Decimal 169 53 207 0.18 0.74 0 0.19 285.19 0.62 0.51
Hex A9 35 CF 12 4A 0 13 11D 3E 33
Octal 251 65 317 22 112 0 23 435 76 63
Binary 10101001 110101 11001111 10010 1001010 0 10011 100011101 111110 110011

Color Harmonies of #A935CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A935CF

Black with #A935CF

Text Example


Text Example

White with #A935CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A935CF; }

 p { color: rgb(169,53,207); }

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

background-color css

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

 a { background-color: rgb(169,53,207); }

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

border-color css

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

 span { border-color: rgb(169,53,207); }

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