Html Css Color HEX #A241CF Dark Orchid

📋 copy color: '#A241CF'

red 162 ◦ green 65 ◦ blue 207

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

Shades of Dark Orchid #A241CF

Tints of Dark Orchid #A241CF

RGB

 RED value IS 162 (63.67% from 255) = 37.33%

 GREEN value IS 65 (25.78% from 255) = 14.98%

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

R = 37.33%
G = 14.98%
B = 47.7%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A241CF (or 0xA241CF) is known color: Dark Orchid. HEX triplet: A2, 41 and CF. RGB value is (162,65,207). Sum of RGB (Red+Green+Blue) = 162+65+207=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #A241CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A241CF is #5DBE30. Grayscale: #6D6D6D. Windows color (decimal): -6143537 or 13582754. OLE color: 13582754.

HSL color Cylindrical-coordinate representation of color #A241CF: hue angle of 280.99º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A241CF is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 65 207 -
CMYK 0.22 0.69 0 0.19
HSL 280.99º 0.6% 0.53% -
HSV(B) 280.99º 0.69% 0.81% -
XYZ 28.05 15.97 60.63 -
YUV 110.19 182.64 164.95 -
System Red Green Blue C M Y K H S L
Decimal 162 65 207 0.22 0.69 0 0.19 280.99 0.6 0.53
Hex A2 41 CF 16 45 0 13 119 3C 35
Octal 242 101 317 26 105 0 23 431 74 65
Binary 10100010 1000001 11001111 10110 1000101 0 10011 100011001 111100 110101

Color Harmonies of #A241CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A241CF

Black with #A241CF

Text Example


Text Example

White with #A241CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A241CF; }

 p { color: rgb(162,65,207); }

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

background-color css

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

 a { background-color: rgb(162,65,207); }

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

border-color css

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

 span { border-color: rgb(162,65,207); }

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