Html Css Color HEX #A545CF Dark Orchid

📋 copy color: '#A545CF'

red 165 ◦ green 69 ◦ blue 207

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

Shades of Dark Orchid #A545CF

Tints of Dark Orchid #A545CF

RGB

 RED value IS 165 (64.84% from 255) = 37.41%

 GREEN value IS 69 (27.34% from 255) = 15.65%

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

R = 37.41%
G = 15.65%
B = 46.94%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A545CF (or 0xA545CF) is known color: Dark Orchid. HEX triplet: A5, 45 and CF. RGB value is (165,69,207). Sum of RGB (Red+Green+Blue) = 165+69+207=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 69 (27.34% from 255 or 15.65% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #A545CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A545CF is #5ABA30. Grayscale: #707070. Windows color (decimal): -5945905 or 13583781. OLE color: 13583781.

HSL color Cylindrical-coordinate representation of color #A545CF: hue angle of 281.74º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A545CF is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 69 207 -
CMYK 0.20 0.67 0 0.19
HSL 281.74º 0.59% 0.54% -
HSV(B) 281.74º 0.67% 0.81% -
XYZ 28.91 16.76 60.74 -
YUV 113.44 180.8 164.78 -
System Red Green Blue C M Y K H S L
Decimal 165 69 207 0.20 0.67 0 0.19 281.74 0.59 0.54
Hex A5 45 CF 14 43 0 13 11A 3B 36
Octal 245 105 317 24 103 0 23 432 73 66
Binary 10100101 1000101 11001111 10100 1000011 0 10011 100011010 111011 110110

Color Harmonies of #A545CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A545CF

Black with #A545CF

Text Example


Text Example

White with #A545CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A545CF; }

 p { color: rgb(165,69,207); }

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

background-color css

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

 a { background-color: rgb(165,69,207); }

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

border-color css

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

 span { border-color: rgb(165,69,207); }

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