Html Css Color HEX #AF3BE1 Dark Orchid

📋 copy color: '#AF3BE1'

red 175 ◦ green 59 ◦ blue 225

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

Shades of Dark Orchid #AF3BE1

Tints of Dark Orchid #AF3BE1

RGB

 RED value IS 175 (68.75% from 255) = 38.13%

 GREEN value IS 59 (23.44% from 255) = 12.85%

 BLUE value IS 225 (88.28% from 255) = 49.02%

R = 38.13%
G = 12.85%
B = 49.02%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AF3BE1 (or 0xAF3BE1) is known color: Dark Orchid. HEX triplet: AF, 3B and E1. RGB value is (175,59,225). Sum of RGB (Red+Green+Blue) = 175+59+225=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 59 (23.44% from 255 or 12.85% from 459); Blue value is 225 (88.28% from 255 or 49.02% from 459); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF3BE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3BE1 is #50C41E. Grayscale: #707070. Windows color (decimal): -5293087 or 14760879. OLE color: 14760879.

HSL color Cylindrical-coordinate representation of color #AF3BE1: hue angle of 281.93º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF3BE1 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 59 225 -
CMYK 0.22 0.74 0 0.12
HSL 281.93º 0.73% 0.56% -
HSV(B) 281.93º 0.74% 0.88% -
XYZ 32.83 17.68 72.92 -
YUV 112.61 191.43 172.5 -
System Red Green Blue C M Y K H S L
Decimal 175 59 225 0.22 0.74 0 0.12 281.93 0.73 0.56
Hex AF 3B E1 16 4A 0 C 11A 49 38
Octal 257 73 341 26 112 0 14 432 111 70
Binary 10101111 111011 11100001 10110 1001010 0 1100 100011010 1001001 111000

Color Harmonies of #AF3BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3BE1

Black with #AF3BE1

Text Example


Text Example

White with #AF3BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3BE1; }

 p { color: rgb(175,59,225); }

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

background-color css

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

 a { background-color: rgb(175,59,225); }

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

border-color css

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

 span { border-color: rgb(175,59,225); }

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