Html Css Color HEX #A548CF Dark Orchid

📋 copy color: '#A548CF'

red 165 ◦ green 72 ◦ blue 207

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

Shades of Dark Orchid #A548CF

Tints of Dark Orchid #A548CF

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.22%

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

R = 37.16%
G = 16.22%
B = 46.62%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A548CF (or 0xA548CF) is known color: Dark Orchid. HEX triplet: A5, 48 and CF. RGB value is (165,72,207). Sum of RGB (Red+Green+Blue) = 165+72+207=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 72 (28.52% from 255 or 16.22% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #A548CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A548CF is #5AB730. Grayscale: #727272. Windows color (decimal): -5945137 or 13584549. OLE color: 13584549.

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

Color convert

RGB 165 72 207 -
CMYK 0.20 0.65 0 0.19
HSL 281.33º 0.58% 0.55% -
HSV(B) 281.33º 0.65% 0.81% -
XYZ 29.1 17.14 60.81 -
YUV 115.2 179.81 163.52 -
System Red Green Blue C M Y K H S L
Decimal 165 72 207 0.20 0.65 0 0.19 281.33 0.58 0.55
Hex A5 48 CF 14 41 0 13 119 3A 37
Octal 245 110 317 24 101 0 23 431 72 67
Binary 10100101 1001000 11001111 10100 1000001 0 10011 100011001 111010 110111

Color Harmonies of #A548CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A548CF

Black with #A548CF

Text Example


Text Example

White with #A548CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A548CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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